home *** CD-ROM | disk | FTP | other *** search
- /* Resources for help demonstration program. */
-
- #include "helpdemo.h" /* all the defines, etc., are in 'helpdemo.h' */
- #include "context.h"
-
- mainmenu MENU // Menu for F1 Help window
- BEGIN
- MENUITEM "&Exit", GEN_EXIT
- POPUP "&Help"
- BEGIN
- MENUITEM "&Index" ,HELP_TOPICS
- MENUITEM "&Mercury",HELP_MERCURY
- MENUITEM "&Venus" ,HELP_VENUS
- MENUITEM "&Earth" ,HELP_EARTH
- MENUITEM "M&ars" ,HELP_MARS
- END
- END
-